home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 May / Disc 2 / PCU0503CD2.iso / Crystal / 3rdparty / JavaVM / Plug-in / jplugin.exe / readme.txt < prev    next >
Encoding:
Text File  |  1998-07-10  |  8.9 KB  |  148 lines

  1. JavaTM Plug-in 1.1.1 Documentation
  2.             Java Plug-in 1.1.1 - README
  3.  
  4.  
  5.  
  6. Introduction
  7. Java Plug-in is a software product from Sun Microsystems Inc. It enables web 
  8. page authors to direct Java applets or JavaBeansTM components on their intranet 
  9. web pages to run using Sun's Java Runtime Environment (JRE), instead of the 
  10. browser's default Java runtime. This release provides support for Microsoft 
  11. Internet Explorer and Netscape Navigator on various Win32 platforms and Solaris 
  12. platforms (see this table for specific platform support). The Java Plug-in 
  13. delivers full Java Development Kit (JDKTM) 1.1 support and Java Compatibility 
  14. Kit (JCK) compliance to Internet Explorer and Navigator users. 
  15. Java Plug-in is designed for enterprise customers who wish to deploy JDK 
  16. 1.1-based applets on their intranet web pages today. This product ensures that 
  17. enterprises realize the "write once, run anywhere" benefits of the Java platform 
  18. on Win32 and Solaris systems on the most widely used web browsers. More 
  19. specifically, web pages modified to support the Java Plug-in enable users to run 
  20. JDK 1.1-based applets in Internet Explorer or Navigator, taking full advantage 
  21. of all of the features and capabilities of JDK 1.1 (such as the JavaBeansTM 
  22. component model, RMI, JNI, and so on), and have confidence that they will run 
  23. reliably and consistently. 
  24. Java Plug-in is ready for JDK 1.2 and the high-performance Java HotSpotTM 
  25. virtual machine with a future-ready architecture. Thus, when Sun adds new 
  26. features or functionality to the Java Development Kit, Win32 and Solaris users 
  27. can take full advantage of them in Internet Explorer and Navigator immediately 
  28. by deploying the latest release of the Java Plug-in. Sun will provide an updated 
  29. release of the Java Plug-in that delivers the support for the full feature set 
  30. of JDK 1.2 and the Java HotSpot virtual machine later this year. This will make 
  31. the process of upgrading all users in an enterprise to the latest JDK feature 
  32. set as easy as modifying one web page on your intranet. 
  33. Java Plug-in Features
  34. The Java Plug-in delivers several key capabilities to enterprises using Internet 
  35. Explorer and Navigator: 
  36.     Full JDK 1.1 support: Allows enterprise developers to develop and deploy 
  37.     applets, taking full advantage of JDK 1.1 features and functionality, such 
  38.     as RMI, JavaBeans, and so on. 
  39.     Full Java CompatibleTM support: The Java Plug-in utilizes the latest release 
  40.     of Sun's JRE, which is fully compliant with the Java Compatibility Kit (JCK) 
  41.     test suite. 
  42.     Future-ready JDK Architecture: Java Plug-in features an architecture that 
  43.     makes it easy for Sun to bring new JDK features and functionality, including 
  44.     those contained in JDK 1.2 and the high performance Java HotSpot virtual 
  45.     machine, to Windows and Solaris desktops much more quickly than has been 
  46.     previously possible. 
  47.     Free public download and easy install: Upon encountering a web page that 
  48.     specifies Java Plug-in, the browser will download and install all the 
  49.     necessary files and render the applet, requiring minimal user intervention. 
  50.     Free Java Plug-in HTML Converter: Makes it easy and automatic for IS 
  51.     managers and web page authors to modify their HTML pages to specify the use 
  52.     of Java Plug-in rather than the browser's default Java runtime. 
  53. Installing and Running the Java Plug-in
  54. The first time the web browser encounters a web page that specifies the use of 
  55. the Java Plug-in, the browser must download and install the required files. 
  56. Download and install times will vary depending on the type of network connection 
  57. and overall system performance. Typical total download and installation times 
  58. (over a local area network) will vary from three to ten minutes. In subsequent 
  59. encounters of web pages that specify the use of the Java Plug-in, it is invoked 
  60. instantaneously from the user's hard drive and the applet is rendered. 
  61. Internet Explorer: When Internet Explorer first encounters a web page that 
  62. specifies the Java Plug-in, Internet Explorer will ask the user if it is OK to 
  63. download an ActiveX control signed with a VeriSign digital signature signed by 
  64. Sun Microsystems, Inc. If the user says "Yes", Internet Explorer will quickly 
  65. download a small ActiveX control from Sun's web site that will handle 
  66. downloading the main Java Plug-in ActiveX control and Sun's JRE. This will 
  67. include selecting the appropriate locale-specific JRE and offering the user a 
  68. list of suitable download sites. It will then download the files automatically 
  69. and install them. The Java Plug-in ActiveX control will then run and use its 
  70. parameters in the <OBJECT> tag to render the applet. The next time Internet 
  71. Explorer encounters a web page that specifies the Java Plug-in, Internet 
  72. Explorer will seamlessly load and run the ActiveX control and JRE from the local 
  73. disk, requiring no user intervention. 
  74. Netscape Navigator: When Navigator first encounters a web page that specifies 
  75. the Java Plug-in, users will see a plugin-missing picture on the HTML page. When 
  76. the user clicks on this picture, Navigator will direct the user to the Java 
  77. Plug-in download page. Users can then download the version of Java Plug-in for 
  78. their operating system and install it. Once it is installed, the Java Plug-in 
  79. will then run and use its parameters in the <EMBED> tag to render the applet. 
  80. The next time Navigator encounters a web page that specifies the Java Plug-in, 
  81. Navigator will seamlessly load and run the plug-in and JRE from the local disk, 
  82. requiring no user intervention. 
  83. How the Java Plug-in Works
  84. The Java Plug-in does not replace or modify the browser's underlying Java 
  85. runtime. Rather, it enables web page authors to specify the use of Sun's JRE 
  86. instead of the default Java runtime for a given web page. This ensures 
  87. enterprise developers that JDK 1.1-based applets are executed with full support 
  88. for all of the features and capabilities of JDK 1.1 (JavaBeans, RMI, JNI, and so 
  89. on) in Internet Explorer and Navigator. 
  90. Internet Explorer: The Java Plug-in leverages Internet Explorer's extension 
  91. mechanisms in order to allow Sun's JRE to run inside Internet Explorer. The 
  92. technology used to achieve this is Microsoft's COM/ActiveX. Using the HTML 
  93. <OBJECT> tag, web page authors can run ActiveX controls or COM components as 
  94. part of a web page. Internet Explorer provides elaborate mechanisms for 
  95. downloading and caching ActiveX controls. This makes it possible for the web 
  96. browser to use Sun's JRE with minimal user intervention. 
  97. Netscape Navigator: The Java Plug-in leverages Navigator's plug-in architecture 
  98. in order to allow Sun's JRE to run inside Navigator, much like users can run 
  99. QuickTime movies or Shockwave animations with plug-ins today. Using the HTML 
  100. <EMBED> tag, web page authors can cause plug-ins to be run as part of a web 
  101. page. This makes it possible for the web browser to use Sun's JRE in Navigator. 
  102. In order to utilize all of the features and capabilities of JDK 1.1 in Internet 
  103. Explorer or Navigator, web page authors must specify the use of Sun's JRE using 
  104. the Java Plug-in. Thus, web pages must be modified in order to invoke Sun's JRE. 
  105. Sun provides a written specification to guide web page authors on how to make 
  106. these changes. In addition, Sun provides the Java Plug-in HTML Converter, free 
  107. of charge, that will automatically make the changes to the selected set of HTML 
  108. pages. 
  109. Java Plug-in uses the same JRE for Win32 and Solaris that users can download 
  110. from Sun's web site today. 
  111. All JDK 1.1-based, 100% Pure Java applets should run unmodified using Java 
  112. Plug-in. 
  113. Java Plug-in Documentation
  114.     Java Plug-in FAQ 
  115.     Java Plug-in Expanded Documentation 
  116. System Requirements
  117. The compressed Java Plug-in download is approximately 5 MB. After decompression 
  118. and installation, the Java Plug-in uses approximately 8 MB of hard disk space. 
  119. The minimum system requirements for the Java Plug-in on Win32 are as follows: 
  120.   - Windows 95, Windows 98 or Windows NT 4.0 
  121.   - Pentium 90 MHz or faster processor 
  122.   - 10 MB free hard disk space (recommended 20 MB) 
  123.   - 24 MB system RAM 
  124.  
  125. The minimum system requirements for the Java Plug-in on Solaris are as follows: 
  126.   - Solaris 2.5 or 2.6 
  127.   - SPARC workstation / Pentium 90 MHz or faster processor 
  128.   - 10 MB free hard disk space (recommended 20 MB) 
  129.   - 32 MB system RAM (recommended 48 MB) 
  130.  
  131. Java Plug-in works best over direct LAN (that is, Ethernet) connections. It will 
  132. also function properly over dial-up modem (28.8 or faster). 
  133.   
  134. Sun supports the following configurations: Internet Explorer 
  135.             3.02Internet Explorer 4.0Navigator 3.0Navigator 4.0
  136.             Windows 95XXX
  137.             Windows 98XXX
  138.             Windows NTXXXX
  139.             Solaris/SPARCXX
  140.             Solaris/x86X
  141.     
  142.  
  143.  
  144. Copyright ⌐1995-98 Sun Microsystems, Inc. All Rights Reserved.   
  145.             Comments, bug reports, etc.: Send e-mail to 
  146.             java-plugin-feedback@eng.sun.com.   
  147.  
  148.